home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / pdsrt212.zip / READ.ME < prev    next >
Text File  |  1990-06-19  |  1KB  |  25 lines

  1. PDSORT 2.1.2 (June 20, 1990) removed the special quicksort routine - 
  2. the standarg qsort() routine supplied with Turbo C++ 1.0 is faster 
  3. than the special!
  4.  
  5. PDSORT 2.1.1 (June 17, 1990) fixed a small problem in the quicksort 
  6. routine that caused excessive sort times on a few files.  This version 
  7. was also recompiled with Turbo C++ 1.0.
  8.  
  9. PDSORT 2.1.0 (June 5, 1990) is the second public release of PDSORT.  
  10. This release fixes a problem with the default key (the entire record) 
  11. that caused a Stack Overflow.  It also uses a replacement for the 
  12. standard qsort() that is several times faster, particularly on files 
  13. that are in near order.  The error checking has also been increased.  
  14. There are no functional enhancements in this version, however.
  15.  
  16. PDSORT 2.0.0 is the first public release of PDSORT, all of the 
  17. versions 1.x.x had errors far to major to allow release.  PDSORT is 
  18. not the fastest of the sorts, QUIKSORT, the fastest that I have found 
  19. so far, is three times faster.  PDSORT is, however, free and fully 
  20. public domain.  The ZIP file contains all of the C source for the 
  21. program (Turbo C 2.0 compatible).
  22.  
  23.     Don A. Williams
  24.  
  25.